Html Css Color HEX #9470CF True V

📋 copy color: '#9470CF'

red 148 ◦ green 112 ◦ blue 207

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

Shades of True V #9470CF

Tints of True V #9470CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.98%

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

R = 31.69%
G = 23.98%
B = 44.33%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9470CF (or 0x9470CF) is known color: True V. HEX triplet: 94, 70 and CF. RGB value is (148,112,207). Sum of RGB (Red+Green+Blue) = 148+112+207=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #9470CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9470CF is #6B8F30. Grayscale: #858585. Windows color (decimal): -7049009 or 13594772. OLE color: 13594772.

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

Color convert

RGB 148 112 207 -
CMYK 0.29 0.46 0 0.19
HSL 262.74º 0.5% 0.63% -
HSV(B) 262.74º 0.46% 0.81% -
XYZ 29.27 22.39 61.81 -
YUV 133.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 148 112 207 0.29 0.46 0 0.19 262.74 0.5 0.63
Hex 94 70 CF 1D 2E 0 13 107 32 3F
Octal 224 160 317 35 56 0 23 407 62 77
Binary 10010100 1110000 11001111 11101 101110 0 10011 100000111 110010 111111

Color Harmonies of #9470CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9470CF

Black with #9470CF

Text Example


Text Example

White with #9470CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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