Html Css Color HEX #9438CF Dark Orchid

📋 copy color: '#9438CF'

red 148 ◦ green 56 ◦ blue 207

#9438CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9438CF

Tints of Dark Orchid #9438CF

RGB

 RED value IS 148 (58.2% from 255) = 36.01%

 GREEN value IS 56 (22.27% from 255) = 13.63%

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 36.01%
G = 13.63%
B = 50.36%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9438CF (or 0x9438CF) is known color: Dark Orchid. HEX triplet: 94, 38 and CF. RGB value is (148,56,207). Sum of RGB (Red+Green+Blue) = 148+56+207=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #9438CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9438CF is #6BC730. Grayscale: #646464. Windows color (decimal): -7063345 or 13580436. OLE color: 13580436.

HSL color Cylindrical-coordinate representation of color #9438CF: hue angle of 276.56º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9438CF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 56 207 -
CMYK 0.29 0.73 0 0.19
HSL 276.56º 0.61% 0.52% -
HSV(B) 276.56º 0.73% 0.81% -
XYZ 24.89 13.63 60.35 -
YUV 100.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 148 56 207 0.29 0.73 0 0.19 276.56 0.61 0.52
Hex 94 38 CF 1D 49 0 13 115 3D 34
Octal 224 70 317 35 111 0 23 425 75 64
Binary 10010100 111000 11001111 11101 1001001 0 10011 100010101 111101 110100

Color Harmonies of #9438CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9438CF

Black with #9438CF

Text Example


Text Example

White with #9438CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9438CF; }

 p { color: rgb(148,56,207); }

 H1.HeaderClassName
 {
   color: #9438CF;
 }
 .AnyTagClassName
 {
   color: #9438CF;
 }
</style>

background-color css

<style>
 a { background-color: #9438CF; }

 a { background-color: rgb(148,56,207); }

 div.DivClassName
 {
   background-color: #9438CF;
 }
 .BgClassName
 {
   background-color: #9438CF;
 }
</style>

border-color css

<style>
 span { border-color: #9438CF; }

 span { border-color: rgb(148,56,207); }

 td.TdClassName
 {
   border-color: #9438CF;
 }
 .TagClassName
 {
   border-color: #9438CF;
 }
</style>